ILogCommand Interface

Represents a log command.

Inheritance hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Class.ILogCommand

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public interface ILogCommand
Public Interface ILogCommand

 

The ILogCommand interface exposes the following members.

Methods

  Name Description
Abort Aborts a command.
WaitAsync Waits a command to be finished as an asynchronous operation.
WaitAsync (int) Waits a command to be finished asynchronously with a timeout.

Properties

  Name Description
Channels The logged channels.
CurrentCycle The number of values that have already been logged.
Status The current state of a log command.
TotalCycles The total number of values to be logged.
TriggerLocalTime The local time the first point is saved.
TriggerUtcTime The UTC time the first point is saved.

See also

IntervalZero.KINGSTAR.Base.Class Namespace